// This file contains Quest Central for DB2 client/server versioning information which
// should exist in the QUESTHOME directory.  Per corporate standards the versioning
// information will be represented by a.b.c where a is the major level, b is the minor
// level, and c is the fix level.
// 
// On each line the information is arranged into 5 fields separated by a vertical bar.
// The meaning of each field is as follows:
//
// Field 1:  Base name to check (e.g. socket server product name minus any instance
//           distinguishing text).
// Field 2:  Current version of this component (e.g. for product QcSched this would be
//           the level of the QcSched client code on the QC client side or the level 
//           of the QcSched socket server on the QC agent side).
// Field 3:  Minimum client code version.  For a given product this represents the
//           minimum level of client code required to communicate with a agent at the
//           code level in field #2.
// Field 4:  Minimum agent code version.  For a given product this represents the 
//           minimum level of agent code required to communicate with a client at
//           the code level in field #2. 
// Field 5:  Minimum Router code version.  For a given product this represents
//           the minimum level of router code required to communicate with a client
//           running the level of code represented in field #2.
//
// Note that while this file is may provide general versioning information, its first 
// implementation will be only for client/server communications brokered through QcRouter.                 

QcRouter|4.8.1|3.0.0|3.0.0|3.0.0
QcSched |4.8.1|3.0.0|3.0.0|3.0.0
ScAdmin |4.8.1|4.0.1|4.0.1|3.0.0
ScAgent |4.8.1|4.0.1|4.0.1|3.0.0
ScBPExec|4.8.1|3.0.0|3.0.0|3.0.0
QcFileSockAgent |4.8.1|3.1.1|3.1.1|3.0.0
//
